home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / crcfast.com / CRC.DOC < prev    next >
Encoding:
Text File  |  1989-05-15  |  240 b   |  5 lines

  1. To get the CRC of a block of data, declare a variable of type WORD
  2. and repeatedly call calccrc on the data block until all bytes have
  3. been checked.  Initialize the CRC to 0 first.  The resulting CRC
  4. will be the 16-bit CRC of the data.
  5.